home *** CD-ROM | disk | FTP | other *** search
- on rolloverTest
- global gIcon, gActiveIcon
- set CurrentIcon to gIcon
- repeat with i = 1 to 6
- if rollOver(i) then
- set gIcon to i
- exit repeat
- next repeat
- end if
- set gIcon to 0
- end repeat
- if gIcon <> gActiveIcon then
- if gIcon = 1 then
- set the memberNum of sprite 1 to the number of member "whats new hilite"
- else
- if gIcon = 2 then
- set the memberNum of sprite 2 to the number of member "software hilite"
- else
- if gIcon = 3 then
- set the memberNum of sprite 3 to the number of member "guides hilite"
- else
- if gIcon = 4 then
- set the memberNum of sprite 4 to the number of member "workshop hilite"
- else
- if gIcon = 5 then
- set the memberNum of sprite 5 to the number of member "sites hilite"
- else
- if gIcon = 6 then
- set the memberNum of sprite 6 to the number of member "aboutus hilite"
- end if
- end if
- end if
- end if
- end if
- end if
- repeat with i = 1 to 6
- if (i <> gIcon) and (i <> gActiveIcon) then
- if i = 1 then
- set the memberNum of sprite 1 to the number of member "whats new basic"
- next repeat
- end if
- if i = 2 then
- set the memberNum of sprite 2 to the number of member "software basic"
- next repeat
- end if
- if i = 3 then
- set the memberNum of sprite 3 to the number of member "guides basic"
- next repeat
- end if
- if i = 4 then
- set the memberNum of sprite 4 to the number of member "workshop basic"
- next repeat
- end if
- if i = 5 then
- set the memberNum of sprite 5 to the number of member "sites basic"
- next repeat
- end if
- if i = 6 then
- set the memberNum of sprite 6 to the number of member "aboutus basic"
- end if
- end if
- end repeat
- end if
- end
-